home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 855 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: news-m01.ny.us.ibm.net!usenet
  2. From: jpignat@ibm.net (Jacques Pignat)
  3. Newsgroups: comp.lang.rexx
  4. Subject: VX-REXX and Gantt chart
  5. Date: 21 Feb 1996 12:36:53 GMT
  6. Distribution: inet
  7. Message-ID: <4gf3l5$51ao@news-s01.ny.us.ibm.net>
  8. NNTP-Posting-Host: slip139-92-41-17.ut.nl.ibm.net
  9. X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
  10.  
  11. I try to create a sample gantt chart from DB2/2. The table contains 3 columns
  12. (task, a date, a duration). The gantt chart should represent the 
  13. distribution of the task through the tome. The Y axis should be labeled 
  14. with the tasks, the X axis with month and year. The data would have the 
  15. date as starting point and the length is the duration. 
  16.  
  17. Up to now : no problem with getting the data, the tasks names are well 
  18. positionded on the Y axis, the starting point is well positionned  but only 
  19. the days are considered (e.g. 15/02/96 and 15/03/96 have the same starting 
  20. point). I don't see how to have the X axis representing mm/yy for about 6 
  21. to 12 months and have the data correctly placed.
  22.  
  23. Jacques Pignat
  24. IBM Belgium 
  25.  
  26.